body,html{
    overflow: hidden !important;
}
@keyframes hvr-bob {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}
@keyframes hvr-bob {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}
@-webkit-keyframes start {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}
@keyframes start {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}
@keyframes slowScale{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.2);transform:scale(1.2)}}
@-webkit-keyframes slowScale{0%{-webkit-transform:scale(1)}to{-webkit-transform:scale(1.2)}}

/*首页框架开始*/
.section{width:100%;height:100%;position:relative;}
.section .image_bg{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-size:cover;
    background-position:50%;
    transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.section.active .image_bg{animation: slowScale 6s forwards;-webkit-animation: slowScale 6s forwards;}
.section .container,.section .title_box{z-index:22;}
.section.footerss{background:#1b1b1b;padding:0 !important;}
.section.footerss .fp-tableCell{
    display: block!important;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background-color: #ffffff;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{border-color: #ffffff;}

.array {cursor: pointer;
    position: absolute;
    bottom:10px;left: 50%;
    margin-left: -14px;
    z-index: 99999999999;
    animation: start 1.5s ease-in-out infinite;
    -webkit-animation: start 1.5s ease-in-out infinite;
    -moz-animation: start 1.5s infinite ease-in-out;
    -o-animation: start 1.5s infinite ease-in-out;
    color:#fff;
    font-size:28px;
}

@media(min-width: 1200px) and (max-width:1299px){
    #fp-nav.right{display: none;}
    .array{width: 30px;margin-left: -15px;bottom:10px;}
}


    /*首页框架信息*/
.index-wrapper{width:100%;height:100%;margin:0 auto;overflow:hidden;position:relative;z-index:20;display:flex;align-items: center;flex-wrap: wrap;}
    /*查看更多按钮*/ 
.view-more{clear:both;font-size:14px;height:auto;color:#79bead;padding:5px 20px;border:#79bead solid 2px;text-transform: Uppercase ;display:inline-block;margin-top:30px;font-weight:500;display:inline-block;}
.view-more:hover{color:#fff;background:#79bead;}
@media screen and (max-width:1440px) {
    .view-more{margin-top:20px;}
}
@media screen and (min-width:768px) and (max-width:1024px){
    .view-more{
        padding:5px 25px;
        font-size:16px;
        margin-top:30px;
        line-height: 28px;
        font-weight: 300;
    }
}
@media screen and (max-width: 767px) {
    .view-more{
        padding:5px 10px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
    }
}
/*首页框架结束*/
/*框架内容开始*/
    /*首屏Swiper样式*/
.section1 .swiper-slide{background-size:cover;background-position:center center;background-repeat: no-repeat;flex-wrap: wrap;align-content: center;}
.section1 .swiper-slide b{clear:both;display:block;width:100%;font-size:100px;color:#fff;padding:15px 0;font-weight:200;}
.section1 .swiper-slide dd{clear:both;display:block;width:100%;font-size:30px;color:#fff;font-weight:200;}
.section1 .swiper-slide a{display:flex;color:#fff;font-size:16px;width:100%;height:100%;align-items: center;align-content: center;flex-wrap: wrap;}
.section1 .swiper-pagination-bullet{width:12px;height:12px;background:#fff;opacity: 1;}
.section1 .swiper-pagination-bullet-active{background:#fff;}
@media screen and (max-width:2560px) {
    .section1 .swiper-slide b{font-size:150px;}
    .section1 .swiper-slide dd{line-height:50px;font-size:50px;}
}
@media screen and (max-width:1920px) {
    .section1 .swiper-slide b{font-size:100px;}
    .section1 .swiper-slide dd{line-height:50px;font-size:30px;}
}
@media screen and (max-width:1680px) {
    .section1 .swiper-slide b{font-size:80px;}
    .section1 .swiper-slide dd{line-height:30px;}
}
@media screen and (max-width:1024px) {
    .section1 .swiper-slide b{font-size:60px;}
    .section1 .swiper-slide dd{font-size:20px;line-height:20px;}
}
@media screen and (max-width: 768px) {
    .section1 .swiper-slide b{font-size:30px;padding:5px 0;}
    .section1 .swiper-slide dd{font-size:16px;line-height:18px;}
}
@media screen and (max-width: 320px) {
    .section1 .swiper-slide b{font-size:24px;;}
    .section1 .swiper-slide dd{font-size:14px;}
}
@media screen and (min-width:768px) and (max-width: 1024px) and (min-height:960px)  and (max-height:1366px){
    .section1 .swiper-slide b{font-size:58px;;}
    .section1 .swiper-slide dd{font-size:28px;line-height:38px;}
}
    /*详细内容样式*/
/*section2------------------------------------------------------------------------------------------------------------------------------*/

.section2 .info-cent-title{background:rgba(0,140,106,0.6);color:#fff;position:absolute;padding:50px 100px 50px 50px;top:30%;right:0;z-index:2;width:auto;font-size:100px;font-weight:500;font-family:acx;}
.section2 .info-cent-font1{width:38%;position:absolute;top:28%;left:17%;font-size:18px;font-weight:300;line-height:26px;z-index:2;}
.section2 .info-cent-font2{width:50%;position:absolute;bottom:10%;left:15%;font-size:16px;font-weight:300;line-height:24px;z-index:2;}
.section2 .info-cent-font2 b{display:inline-block;font-weight:bold;font-size:30px;background:url("../images/background/fontbg.png") repeat-x center bottom;color:#000;}
.section2 .info-cent-font2 dd{margin-top:15px;display:block;}
.section2 .info-box{border:#6cb6a4 solid 10px;position:absolute;left:12%;right:12%;top:20%;bottom:34%;z-index:1;}
.section2 .flower-1{
    position:absolute;left:-10.5%;bottom:-20px;
    background-image:url("../images/flower001.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size:auto 100%;
    width:100%;height:130%;
    z-index:1;
}
.section2 .flower-2{
    position:absolute;top:0;bottom:0;right:0;
    background-image:url("../images/flower002.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size:auto 100%;
    width:100%;height:100%;
    z-index:1;
}
/*PC端*/
@media screen and (min-width: 1024px) {
    
    @media screen and (min-width:1921px) {
        .section2 .info-cent-font1{width:38%;font-size:20px;line-height:35px;}
        .section2 .flower-2{font-size:120px;}
        .section2 .info-cent-font2 b{font-size:50px;}
        .section2 .info-cent-font2 dd{font-size:20px;}
    }
    @media screen and (max-width:1680px) {
        .section2 .info-box{left:10%;right:10%;}
        .section2 .info-cent-font1{width:32%;}
    }
    @media screen and (max-width:1440px) {
        .section2 .info-box{left:10%;right:10%;}
        .section2 .info-cent-title{font-size:80px;top:25.5%;}
        .section2 .info-cent-font1{width:32%;font-size:16px;}
        .section2 .info-cent-font1{top:25%;}
        .section2 .info-cent-font2 b{font-size:40px;}
        .section2 .info-cent-font2 dd{font-size:16px;}
    }
    @media screen and (max-width:1366px) {
        .section2 .info-cent-font1{width:33%;line-height:23px;}
        .section2 .info-cent-font1{top:25%;}
        .section2 .info-cent-font2 b{font-size:32px;}
    }
    @media screen and (max-width:1280px) {
        .section2 .info-cent-title{font-size:60px;top:25.5%;}
    }
    @media screen and (max-width:1152px) {
        .section2 .info-cent-title{font-size:46px;top:25.5%;}
    }
    
    @media screen and (max-width:1366px) and (height:1024px) {
        .section2 .flower-2{right:-10%;}
        .section2 .info-cent-title{padding:30px 100px 30px 30px;}
        .section2 .info-cent-font1{top:28%;}
    }
/*
    @media screen and (max-width:1024px) {
        .section2 .info-cent-title{padding:40px 100px 40px 40px;}
        .section2 .info-cent-font1{font-size:14px;line-height:20px;}
        .section2 .info-cent-font2 b{font-size:24px;}
        .section2 .info-cent-font2 dd{font-size:14px;line-height:18px;}
    }
*/
    
}

/*Pad端*/
@media screen and (min-width:768px) and (max-width:1024px){
    
    
    
    .section2 .info-box{top:8%;right:0;bottom:30%;left:10%;border-right:none;}
    .section2 .flower-1{left:-20%;top:0;height:103%;background-position: left bottom;background-size:30%;}
    .section2 .flower-2{bottom:30%;padding:0;width:100%;height:70%;right:-40%;background-position:right bottom;background-size:auto 125%;}  
    .section2 .info-cent-title{position:absolute;top:12%;left:40%;right:0;z-index:3;font-size:40px;padding:15px 0 15px 15px;color:#fff;font-family:acx;}
    .section2 .info-cent-font1{width:50%;left:20%;top:32%;font-size:18px;line-height:26px;}
    .section2 .info-cent-font2{width:85%;left:10%;top:75%;line-height:20px;}
    .section2 .info-cent-font2 b{font-size:20px;}
    .section2 .info-cent-font2 dd{margin-top:10px;font-size:18px;line-height:26px;}
    .section2 .view-more{margin-top:30px;}
    
    
    @media screen and (min-width:1024px) and (max-width:1366px){
        .section2 .flower-2{right:-20%;}
    }
    
}

/*手机端*/
@media screen and (max-width:767px){
    
    .section2 .info-box{top:8%;right:0;bottom:30%;left:10%;border-right:none;}
    .section2 .flower-1{left:-20%;top:0;height:103%;background-position: left bottom;background-size:30%;}
    .section2 .flower-2{bottom:25%;padding:0;width:100%;height:75%;right:-15%;background-position:left bottom;background-size:auto 125%;}  
    .section2 .info-cent-title{position:absolute;top:12%;left:15%;right:0;z-index:3;font-size:40px;padding:15px 0 15px 15px;color:#fff;font-family:acx;}
    .section2 .info-cent-font1{width:70%;left:16%;top:35%;font-size:14px;line-height:20px;}
    .section2 .info-cent-font2{width:85%;left:10%;top:73%;line-height:20px;}
    .section2 .info-cent-font2 b{font-size:20px;}
    .section2 .info-cent-font2 dd{margin-top:10px;font-size:14px;line-height:20px;}
    .section2 .view-more{margin-top:30px;}

    @media screen and (max-width:375px) {
        .section2 .flower-1{left:-18%;background-size:25%;}
        .section2 .flower-2{right:-22%;background-size:auto 120%;}  
        .section2 .info-cent-font1{width:65%;font-size:14px;line-height:20px;}
    }


}

/*section3------------------------------------------------------------------------------------------------------------------------------*/
.section3 .info-cent{width:55%;height:43.5%;position:absolute;top:36%;left:22%;z-index:5;}
.section3 .info-cent .show-font{width:80%;font-size:16px;font-weight:300;line-height:26px;z-index:2;}
.section3 .info-cent .show-list{width:90%;font-weight:300;line-height:30px;z-index:2;margin-top:50px;}
.section3 .info-cent .show-list ul{width:100%;display:flex;align-items:center;justify-content: space-between;}
.section3 .info-cent .show-list ul li{font-size:16px;line-height:20px;padding-right:10px;}
.section3 .info-cent .show-list ul li a{display:flex;align-items:center;justify-content: flex-start;text-transform: uppercase;font-weight:600;opacity:0.8;color:#449c87;}
.section3 .info-cent .show-list ul li a:hover{opacity: 1;color:#489783;}
.section3 .info-cent .show-list ul i{font-size:40px;font-weight:normal;}
.section3 .info-cent .show-list ul span{padding-left:5px;}

.section3 .info-cent-title{font-weight:300;font-size:80px;color:#fff;font-family:acx;display:block;position:absolute;top:17%;left:10%;z-index:2;}

.section3 .info-box{border:#6cb6a4 solid 10px;position:absolute;left:0;right:10%;top:23%;bottom:13%;border-left:none;}
.section3 .flower-1{
    width:100%;
    position:absolute;
    left:-10px;bottom:13%;top:9%;right:0;
    background-image:url("../images/flower003.png");
    background-repeat: no-repeat ;
    background-position:left bottom;
    background-size:auto 100%;
    z-index:1;
}
.section3 .flower-2{
    width:286px;
    position:absolute;
    top:-20%;right:-153px;
    z-index:1;
}
.section3 .flower-3{
    width:504px;
    position:absolute;
    bottom:0;right:-252px;
    z-index:1;
}
.section3 .flower-3-wap{display:none;}
.section3 .flower-2 img,.section3 .flower-3 img{width:100%;}


/*PC端*/
@media screen and (min-width: 1024px) {

    @media screen and (max-width:1680px) {
        .section3 .info-cent-title{font-size:70px;left:15%;}
        .section3 .flower-2{width:250px;right:-135px;}
        .section3 .flower-3{width:450px;right:-225px;}
    }
    @media screen and (max-width:1440px) {
        .section3 .info-cent-title{font-size:60px;}
        .section3 .flower-2{width:200px;right:-110px;}
        .section3 .flower-3{width:350px;right:-175px;}
    }
    @media screen and (max-width:1366px) {
        .section3 .info-cent-title{font-size:50px;}
        .section3 .info-cent .show-font{font-size:16px;line-height:24px;}
        .section3 .flower-2{width:180px;right:-100px;}
        .section3 .flower-3{width:280px;right:-140px;}
    }
    @media screen and (max-width:1152px) {
        .section3 .info-cent-title{left:12%;font-size:45px;}
        .section3 .info-cent .show-font{font-size:14px;}
        .section3 .flower-2{width:150px;right:-85px;}
        .section3 .flower-3{width:200px;right:-100px;}
    }
    @media screen and (max-width:1366px) and (height:1024px) {
        .section3 .info-cent-title{font-size:70px;}
        .section3 .info-cent{left:26%;top:40%;}
        .section3 .info-cent .show-font{line-height:26px;}
    }
/*
    @media screen and (max-width:1024px) {
        .section3 .info-cent-title{left:12%;font-size:40px;}
        .section3 .info-cent .show-font{font-size:12px;}
    }
*/
}

/*Pad端*/
@media screen and (min-width:768px) and (max-width:1024px){
        .section3 .info-box{top:15%;bottom:5%;}
        .section3 .flower-1{
            height:auto;
            background-image:url("../images/flower003wap.png");
            top:9%;left:-10%;bottom:2.5%;
            opacity:1;z-index:2;
        }
        .section3 .flower-2{width:200px;right:-110px;top:-5%;}
        .section3 .flower-3{width:360px;right:-180px;}
        .section3 .info-cent{left:30%;top:38%;}
        .section3 .info-cent-title{
            position:absolute;
            top: 9%;
            right:30%;
            left: 0;
            background: rgba(121,190,173,0.6);
            z-index: 3;
            font-size:40px;
            padding:15px;
            color: #fff;
            font-family: acx;
            text-align: right;
        }
        .section3 .info-cent-title-ud{
            position: absolute;
            top: 9%;
            right:30%;
            left: 0;
            background: rgba(121,190,173,1);
            z-index: 1;
            font-size:40px;
            padding:15px;
            color: rgba(121,190,173,1);
            font-family: acx;
            text-align: right;
        }
        .section3 .info-cent .show-font{width:70%;font-size:18px;line-height:28px;}
        .section3 .info-cent .show-list{display:none;}

        
}
/*手机端*/
@media screen and (max-width: 767px) {
    .section3 .info-box{top:15%;right:10%;bottom:2.5%;left:0;}
    .section3 .flower-1{
        height:auto;
        background-image:url("../images/flower003wap.png");
        top:9%;left:-10%;bottom:2.5%;
        opacity:1;z-index:2;
    }
    .section3 .flower-3-wap{
        width:50%;height:50%;
        position:absolute;
        bottom:0;right:0;
        background-image:url("../images/flower004wap.png");
        background-repeat: no-repeat;
        background-position:right bottom;
        background-size:60%;
        display:block;
        z-index:1;
    }
    .section3 .info-cent{width:75%;left:25%;top:35%;right:0;}
    .section3 .info-cent-title{
        position:absolute;
        top: 9%;
        right: 15%;
        left: 0;
        background: rgba(121,190,173,0.6);
        z-index: 3;
        font-size:40px;
        padding:15px;
        color: #fff;
        font-family: acx;
        text-align: right;
    }
    .section3 .info-cent-title-ud{
        position: absolute;
        top: 9%;
        right: 15%;
        left: 0;
        background: rgba(121,190,173,1);
        z-index: 1;
        font-size:40px;
        padding:15px;
        color: #fff;
        font-family: acx;
        text-align: right;
    }
    .section3 .info-cent .show-font{font-size:14px;}
    
    @media screen and (max-width: 375px) {
        .section3 .info-cent .show-font{font-size:14px;line-height:20px;}
    }
    
    
}


/*section4------------------------------------------------------------------------------------------------------------------------------*/
.section4 .info-box{border:#6cb6a4 solid 10px;position:absolute;left:18%;right:0;top:38%;bottom:10%;z-index:1;border-right:none;}
.section4 .info-font-title{
    width:70vw;height:13vh;
    display:flex;align-items:flex-end;justify-content:flex-start;
    position:absolute;top:8%;right:0;
    background:#74b7a6 url("../images/flower008.png") no-repeat left center;
    background-size:auto 100%;
    color:#fff;font-family:acx;font-weight:200;
    padding:0 60px 10px;font-size:80px;
}
.section4 .flower-1{
    position:absolute;right:0;bottom:0;
    background-image:url("../images/flower006.png");
    background-repeat:no-repeat;
    background-position:right bottom;
    background-size:auto 100%;
    width:50%;height:115%;
    z-index:1;
}
.section4 .flower-2{position:absolute;bottom:5%;left:0;z-index:2;}
.section4 .flower-2 img{height:90px}
.section4 .info-cent{width:84%;height:50%;top:25%;right:0;position: absolute;z-index:2;}
.section4 .info-cent .nav{text-align:left;}
.section4 .info-cent .nav-tabs > li > a{
    border:none;color:#444;text-align:left;text-transform: uppercase;padding:0;margin:0 30px;
    font-size:32px;line-height:40px;font-weight:200;display:block;border-radius: 0;
    background:url("../images/background/null.gif") no-repeat center bottom;
    transition:0s;
	-webkit-transition:0s;
	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
}
.section4 .info-cent .nav-tabs > li.active > a,
.section4 .info-cent .nav-tabs > li.active > a:focus{
    border:none;color:#111;background:url("../images/background/fontbg.png") repeat-x center bottom;
}

.section4 .info-cent .tab-pane{padding:0 30px;font-size:18px;line-height:50px;font-weight:300;}

.section4 .info-cent .his-content{width:100%;padding:9% 0 0 2%;display:flex;align-items:center;justify-content: flex-start;}
.section4 .info-cent .his-content .img{height:320px;margin-left:-10%;}
.section4 .info-cent .his-content img{height:100%;overflow:hidden;}
.section4 .info-cent .his-content .hisinfo{padding:0 0 0 50px;width:60%;font-size:18px;font-weight:300;line-height:26px;}
.section4 .info-cent .his-content .hisinfo b{font-family:acx;text-transform: uppercase;font-size:40px;padding:0 0 30px;display: block;color:#000;}
.section4 .info-cent .his-content .hisinfo dd{display:block;clear:both;}

/*PC端*/
@media screen and (min-width: 1024px) {
    @media screen and (max-width:1680px) {
        .section4 .info-font-title{font-size:70px;}
        .section4 .info-cent .his-content .img{height:320px;}
    }
    @media screen and (max-width:1440px) {
        .section4 .info-font-title{font-size:60px;}
        .section4 .info-cent .his-content{padding:4% 0 0 2%;}
        .section4 .info-cent .his-content .hisinfo b{font-size:30px;}
        .section4 .info-cent .his-content .hisinfo{font-size:16px;line-height:24px;}
        .section4 .info-cent .his-content .img{height:280px;}
    }
    @media screen and (max-width:1366px) {
        .section4 .info-font-title{font-size:60px;}
        .section4 .info-cent .nav-tabs > li > a{font-size:26px;line-height:30px;}
        .section4 .info-cent .his-content .img{height:220px;}
        .section4 .info-cent .his-content .hisinfo b{padding:0 0 10px;}
        .section4 .info-cent .his-content .hisinfo{font-size:14px;line-height:22px;}
        .section4 .flower-2 img{height:60px;}
        .section4 .view-more{background:none;}
    }
    @media screen and (max-width:1280px) {
        .section4 .info-font-title{font-size:50px;width:70vw;height:11vh;padding: 0 60px;}
        .section4 .info-cent .his-content .hisinfo b{font-size:26px;}
        .section4 .info-cent .tab-pane{font-size:16px;}
    }
    
    @media screen and (max-width:1366px) and (height:1024px) {
        .section4 .info-box{top:35%;}
        .section4 .info-cent .his-content{padding:8% 0 0 2%;}
        .section4 .info-cent .his-content .img{height:320px;}
        .section4 .info-cent .his-content .hisinfo dd{font-size:16px;line-height:26px;}
    }
/*
    @media screen and (max-width:1024px) {
        .section4 .info-cent{top:23%;}
        .section4 .info-font-title{font-size:35px;width:60vw;height:10vh;padding: 0 60px;}
        .section4 .info-cent .nav-tabs > li > a{font-size:18px;margin:0 20px;}
        .section4 .info-cent .tab-pane{font-size:12px;}
        .section4 .info-cent .his-content .hisinfo{font-size:12px;line-height:20px;}
        .section4 .info-cent .his-content .hisinfo b{font-size:18px;padding:0;}
        .section4 .info-cent .his-content .img{height:160px;}
        .section4 .flower-2 img{height:50px;}
        .section4 .view-more{margin-top:5px;}
    }
*/
}

/*Pad端*/
@media screen and (min-width:768px) and (max-width:1024px){
    .section4 .pc{display:none;}
    
    .section4 .info-box{top:15%;right:0;bottom:10%;left:12%;}
    .section4 .font-title{position:absolute;top:11%;left:6%;right:0;
        background:url("../images/flower008.png") no-repeat left center;
        font-size:40px;padding:30px;color:#fff;font-family:acx;z-index:2;
        background-size:auto;
    }
    
    .section4 .flower-1{height:100%;right:-5%;bottom:0;background:url("../images/flower006wap.png") no-repeat right bottom;background-size:70%;}
    .section4 .flower-2{width:60%;bottom:7%;left:0;height:7%;right:15%;display:block;overflow:hidden;}

    .section4 .info-cent{width:60%;left:20%;top:28%;}
    .section4 .info-cent .hisinfo{font-size:18px;line-height:28px;font-weight:300;}
    .section4 .info-cent .hisinfo b{padding:20px 0;text-transform: uppercase;font-size:28px;line-height:30px; display: block;font-weight:300;}
    
    
}
/*手机端*/
@media screen and (max-width: 767px) {
    .section4 .info-box{top:15%;right:0;bottom:10%;left:12%;}
    .section4 .font-title{position:absolute;top:11%;left:6%;right:0;
        background:url("../images/flower008.png") no-repeat left center;
        font-size:40px;padding:15px;color:#fff;font-family:acx;z-index:2;
        background-size:cover;
    }
    .section4 .flower-1{height:100%;right:-5%;bottom:0;background:url("../images/flower006wap.png") no-repeat right bottom;background-size:70%;}
    .section4 .flower-2{width:60%;bottom:7%;left:0;height:7%;right:15%;display:block;overflow:hidden;}

    .section4 .info-cent{width:75%;left:20%;top:25%;}
    .section4 .info-cent .hisinfo{font-size:14px;line-height:23px;font-weight:300;}
    .section4 .info-cent .hisinfo b{font-family:acx;text-transform: uppercase;font-size:28px;padding:15px 0 5px;line-height:30px; display: block;}
    .section4 .view-more{margin-top:15px;}
    .section4 .info-cent .hisinfo{font-size:14px;line-height:20px;font-weight: 300;}
    @media screen and (max-width: 320px) {
        .section4 .info-cent .hisinfo b{padding:10px 0 5px;}
    }
}
/*section5------------------------------------------------------------------------------------------------------------------------------*/
.section5 .info-box{border:#6cb6a4 solid 10px;position:absolute;left:0;right:10%;top:23%;bottom:10%;border-top:0;border-left:0;}
.section5 .flower-font{width:93%;height:25%;background:rgba(84,161,139,0.8);left:0;z-index:2;position:absolute;top:-20%;left:0;display:flex;align-items: flex-end;justify-content: flex-end;}
.section5 .flower-font b{font-family:acx;font-size:80px;color:#fff;font-weight:200;padding:0 10% 10px 0;}
.section5 .flower-info{padding: 3% 7% 5% 25%;z-index:5;position:relative;}
.section5 .flower-info dd{width:100%;display: block;padding:10px 0;font-size: 18px;font-weight: 300;line-height: 26px;}
.section5 .flower-info .flower-list{clear:both;padding:50px 0 0;display:flex;align-items: center;justify-content: space-between;}
.section5 .flower-info .flower-list .list-items{width:32%;position:relative;}
.section5 .flower-info .flower-list .list-items img{width:100%;}
.section5 .flower-info .flower-list .list-items .items-title{position:absolute;left:0;right:0;bottom:0;height:25%;background:#2a9a7e;display:flex;align-items:center;justify-content: center;color:#fff;font-size:20px;font-weight:200;z-index:1;}
.section5 .flower-1{
    position:absolute;left:0;bottom:0;
    background-image:url("../images/flower011.png");
    background-repeat:no-repeat;
    background-position:left bottom;
    width:100%;height:130%;z-index:1;
    background-size:auto 100%;
}
.section5 .flower-2{
    position:absolute;right:-8.5%;bottom:0;background:url("../images/flower012.png") no-repeat right top;width:50%;height:120%;z-index:1;
    background-size:auto 100%;
}
/*PC端*/
@media screen and (min-width: 1024px) {

    @media screen and (max-width:1440px) {
        .section5 .flower-font b{font-size:60px;}
        .section5 .flower-info dd{font-size:16px;line-height:24px;}
        .section5 .flower-info .flower-list{padding:30px 0 0;}
        .section5 .flower-info .flower-list .list-items .items-title{font-size:16px;}
    }
    @media screen and (max-width:1366px) {
        .section5 .flower-info dd{font-size:14px;line-height:20px;}
        .section5 .flower-info .flower-list{padding:20px 0 0;}
        .section5 .flower-info .flower-list .list-items .items-title{font-size:14px;}
    }
    @media screen and (max-width:1280px) {
        .section5 .flower-font b{font-size:50px;}
    }
    @media screen and (max-width:1152px) {
        .section5 .flower-info{padding: 2% 7% 5% 25%;}
    }
    @media screen and (max-width:1366px) and (height:1024px) {
        .section5 .flower-font b{font-size:70px;}
        .section5 .flower-info{padding:8% 7% 5% 25%;}
        .section5 .flower-info dd{font-size:16px;line-height:26px;}
    }
}
/*Pad端*/
@media screen and (min-width:768px) and (max-width:1024px){
    .section5 .pc{display:none !important;}
    
    .section5 .info-box{top:8%;right:10%;bottom:5%;left:0;border:#6cb6a4 solid 10px;border-left:none;}
    .section5 .font-title{position:absolute;top:8%;right:8%;left:0;background: rgba(121,190,173,1);z-index:5;font-size:40px;padding:30px;color:#fff;font-family:acx;}
    .section5 .flower-1{background-size:80%;width:50%;height:100%;left:-10%;}
    .section5 .flower-2{background-size:30% !important;width:100%;right:-15%;bottom:-5%;height:100%;background:url("../images/ningmeng.png") no-repeat right bottom;z-index:2;}
    .section5 .flower-info{padding:20% 5% 5% 30%;height:100%;/*background:rgba(255,255,255,0.5);*/z-index: 3;position:relative;}
    .section5 .flower-info dd{font-size:18px;line-height:26px;}
    .section5 .flower-info .flower-list .list-items .items-title{font-size:14px;}
    
    @media screen and (min-width:1024px) and (max-width:1366px){
        .section5 .flower-info{padding:15% 5% 5% 30%;}
    }

}
/*手机端*/
@media screen and (max-width: 767px) {
    
    .section5 .info-box{top:8%;right:10%;bottom:5%;left:0;border:#6cb6a4 solid 10px;border-left:none;}
    .section5 .font-title{position:absolute;top:8%;right:8%;left:0;background: rgba(121,190,173,1);z-index:5;font-size:40px;padding:10px 15px;color:#fff;font-family:acx;}
    .section5 .flower-1{background-size:80%;width:50%;height:100%;left:-10%;}
    .section5 .flower-2{background-size:30% !important;width:100%;right:-15%;bottom:-5%;height:100%;background:url("../images/ningmeng.png") no-repeat right bottom;z-index:2;}
    .section5 .flower-info{padding:30% 5% 5% 20%;height:100%;/*background:rgba(255,255,255,0.5);*/z-index: 3;position:relative;}
    .section5 .flower-info dd{font-size:14px;line-height:20px;}
    .section5 .flower-info .flower-list .list-items .items-title{font-size:14px;}
    
    @media screen and (max-width: 375px) {
        .section5 .flower-info dd{font-size:14px;line-height:20px;}
    }
    @media screen and (max-width: 320px) {
        .section5 .font-title{font-size:35px;}
        .section5 .flower-info{padding:30% 2% 5% 20%;}
        .section5 .flower-info dd{font-size:12px;line-height:18px;}
    }
}

/*section6------------------------------------------------------------------------------------------------------------------------------*/
.section6 .info-box{border:#fff solid 10px;position:absolute;left:10%;right:10%;top:12%;bottom:40%;z-index:2;padding:1% 3% 0;}

.section6 .info-cent-font{width:70%;height:auto;position:absolute;top:16%;left:15%;right:15%;z-index:3;}
.section6 .info-cent-font b{font-family:acx;font-size:80px;color:#fff;font-weight:normal;display: block;position: relative;z-index:3;}
.section6 .info-cent-font span{background:rgba(50,131,105,0.7);padding:0 10px;margin-left:10px;display:inline-block;}
.section6 .info-cent-font dd{width:70%;font-size:18px;color:#fff;font-weight:300;display: block;position: relative;z-index:1;padding:30px 0 0;line-height:26px;}

.section6 .info-cent{bottom:8%;width:100%;height:auto;position:absolute;left:0;right:0;display:flex;justify-content: space-between;z-index:2;align-items: flex-end;}
.section6 .info-cent .cup{
    width:65%;height:55vh;background:#fff url("../images/cup.png") no-repeat right bottom;background-size:auto 100%;display:block;padding:2% 15% 0 15%;position:relative;
}
.section6 .info-cent .cup b{font-family:acx;font-size:80px;color:#79bead;font-weight:normal;display: block;position: relative;z-index:3;}
.section6 .info-cent .cup dd{width:100%;font-size:18px;font-weight:300;display: block;position: relative;z-index:1;padding:20px 0 0;line-height:26px;}
.section6 .info-cent .cup .cup-flower{position:absolute;left:-5%;top:-20%;z-index:1;}
.section6 .info-cent .cup .cup-flower img{width:90%;}
.section6 .info-cent .cupwt{width:30%;display:block;overflow:hidden;}
.section6 .info-cent .cupwt img{max-width:100%;}

/*PC端*/
@media screen and (min-width: 1024px) {

    @media screen and (max-width:1440px) {
        .section6 .info-cent-font b{font-size:60px;}
        .section6 .info-cent-font dd{font-size:14px;line-height:20px;padding:0;}
        .section6 .info-cent .cup b{line-height:60px;font-size:60px;}
        .section6 .info-cent .cup dd{line-height:20px;padding:10px 0 0;font-size:14px;}
    }
    @media screen and (max-width:1366px) {
        .section6 .info-cent-font{top:15%;}
        .section6 .info-cent-font b{font-size:50px;}
        .section6 .info-cent-font dd{font-size:14px;line-height:18px;padding:0;}
        .section6 .info-cent .cup b{line-height:40px;font-size:50px;}
        .section6 .info-cent .cup dd{line-height:20px;padding:10px 0 0;font-size:14px;}
        .section6 .info-cent .cup .cup-flower img{width:60%;}
    }
    @media screen and (max-width:1152px) {
        .section6 .info-cent-font b{font-size:35px;}
        .section6 .info-cent-font dd{font-size:14px;line-height:20px;padding:10px 0 0;}
        .section6 .info-cent .cup b{line-height:30px;font-size:35px;}
        .section6 .info-cent .cup dd{line-height:20px;padding:10px 0 0;font-size:14px;}
    }
    
    @media screen and (max-width:1366px) and (height:1024px) {
        .section6 .info-cent-font{top:16%;}
        .section6 .info-cent-font b{font-size:60px;}
        .section6 .info-cent-font dd{font-size:16px;line-height:26px;width:100%;padding:30px 0 0;}
        .section6 .info-cent .cup b{font-size:60px;line-height:60px;}
        .section6 .info-cent .cup dd{font-size:16px;line-height: 26px;}
        .section6 .info-cent .cupwt{width:31%;}
        
    }

}
/*Pad端*/
@media screen and (min-width:768px) and (max-width:1024px){
    .section6 .pc{display:none !important;}
    
    .section6 .info-box{top:8%;right:5%;bottom:2.5%;left:5%;border:#fff solid 10px;}
    .section6 .info-cent-font{width:80%;font-size:20px;color:#fff;left:10%;right:10%;top:11%;display:block;}
    .section6 .info-cent-font b{font-size:50px;padding:20px 0;}
    .section6 .info-cent-font b span{background:none;display:inline-block;padding:0;line-height:0;}
    .section6 .info-cent-font dd{width:100%;font-size:18px;padding:1rem 0 0;line-height:26px;font-family: "";font-weight:300;}
    
    .section6 .info-cent{display:block;bottom:8%;}
    .section6 .info-cent .cup{width:100%;height:48vh;padding:5% 15% 0 10%;background:#fff url("../images/cupwap.png") no-repeat right bottom;background-size:auto 100%;}
    .section6 .info-cent .cup .cup-flower{top:-10%;transform: rotateY(180deg); right:-8%;}
    .section6 .info-cent .cup .cup-flower img{width:25%;}
    .section6 .info-cent .cup b{font-size:50px;color:#3e8d75;font-weight:300 !important;padding:10px 0 20px;}
    .section6 .info-cent .cup dd{font-size:18px;line-height:26px;padding:0 0.5rem 0;}
    .section6 .info-cent .cpupst{position:absolute;top:-25%;right:0;z-index:0;}
    
    @media screen and (min-width:1024px) and (max-width:1366px){
        .section6 .info-cent .cup b{padding:0 0 10px;}
        .section6 .info-cent .cup dd{width:80%;padding:10px 0 0;}
        .section6 .info-cent .cup .cup-flower img{width:20%;}
    }


}
/*手机端*/
@media screen and (max-width: 767px) {
    .section6 .info-box{top:8%;right:5%;bottom:2.5%;left:5%;border:#fff solid 10px;}
    .section6 .info-cent-font{width:90%;font-size:20px;color:#fff;left:6%;right:14%;top:11%;display:block;}
    .section6 .info-cent-font b{font-size:40px;padding:0 15px;}
    .section6 .info-cent-font b span{background:none;display:inline-block;padding:0;line-height:0;}
    .section6 .info-cent-font dd{width:100%;font-size:14px;padding:1rem 5% 0;line-height:20px;font-family: "";}
    
    .section6 .info-cent{display:block;bottom:5%;}
    .section6 .info-cent .cup{width:100%;height:48vh;padding:2% 15% 0 10%;background:#fff url("../images/cupwap.png") no-repeat right bottom;background-size:auto 100%;}
    .section6 .info-cent .cup .cup-flower{top:-10%;transform: rotateY(180deg); right:-8%;}
    .section6 .info-cent .cup .cup-flower img{width:25%;}
    .section6 .info-cent .cup b{font-size:24px;color:#3e8d75;font-weight:300 !important;font-family:'';}
    .section6 .info-cent .cup dd{font-size:14px;line-height:20px;padding:0 0.5rem 0;}
    .section6 .info-cent .cpupst{position:absolute;top:-25%;right:0;z-index:0;}
    
    @media screen and (max-width: 375px) {
        .section6 .info-cent .cup{height:43vh;padding:5% 15% 0 10%;}
        .section6 .info-cent-font b{font-size:36px;}
        .section6 .info-cent-font dd{padding:5px 5% 0;}
        .section6 .info-cent-font dd,.section6 .info-cent .cup dd{font-size:12px;line-height:18px;}
    }

    @media screen and (max-width: 320px) {
        .section6 .info-cent .cup b{line-height:20px;}
        .section6 .info-cent-font dd{font-size:12px;line-height:18px;padding:5px 5% 0;}
    }

}



















/*框架内容结束*/